DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / ItemsSource Property

In This Topic
    ItemsSource Property (C1TableViewSource<T>)
    In This Topic
    Gets or sets the items source which provides the data items.
    Syntax
    'Declaration
     
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    See Also